home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / 730k.arc / MAKE730K.TXT < prev   
Text File  |  1988-03-19  |  6KB  |  119 lines

  1.                         October 11, 1987
  2.  
  3.  
  4. R. R. Jones 
  5. 298 Pine Valley Cir. 
  6. Lawrenceville, Ga. 30245 
  7. MicroNet 70270,117 
  8.  
  9.  
  10.      I shall not pretend to understand the following
  11. information, nor to assure anyone that it can be repeated in any
  12. other environment, however, it can be repeated here as often as I
  13. like, with delightful results. I pass this along as a procedure
  14. you might want to investigate, and see what your results are. In
  15. any event, whether you succeed or not, it is certainly an
  16. interesting and remarkable phenomenon that has me puzzled. 
  17.  
  18.      I have a generic sort of home-made clone, mostly boards and
  19. hardware from Fountain, a turbo 4.77/8.00 MHZ motherboard, 640K,
  20. a Seagate ST-225 with a standard HD controller, and a Fountain 4
  21. floppy controller card. This allows two Floppies internal, and
  22. provisions through an external connector to add two more on the
  23. outside. I have never used that. For a long time, I ran with one
  24. 5.25 floppy as my only drive other than the ST-225. This was a
  25. surplus Cannon (MPI) 2/3 height "junker" I bought from a surplus
  26. house in Doraville, Ga. This drive had a bad chip in the board, I
  27. was lucky in finding it, replaced it, been running fine ever
  28. since. It is about 3 years old, and I do a LOT of hobby
  29. computing, so it is a "tested" component of the system here. It
  30. is so reliable, if I hear any double-seeks, I immediately know
  31. that head cleaning time has arrived. 
  32.  
  33.      Last month I decided to add one of the new 3.5" drives into
  34. the system, I did so, and since I had only a 1/3 opening above
  35. the 5.25 in the case, I elected to mount the 3.5 over the ST-225.
  36. After some trials and tribulations with drive selects, and
  37. fooling around with software I had never seen before (MSDOS 3.2)
  38. I got her a-going, and have been pleased with it. There is an
  39. excellent public domain article written by Frank S. of Suwanee,
  40. Ga. that was helpful in sorting out the software configurations.
  41. This is up on many boards as 730KBDR.ARC. In it, Frank instructs
  42. on the use of the new (DOS3.2) DRIVPARM statement, the method I
  43. chose to get the 3.5 to format correctly. This worked out to:
  44.  
  45. DRIVPARM = /D:0/F:2/S:9/T:80  {Added to CONFIG.SYS}
  46.  
  47. Now, you can see that I have put the 3.5 in the system as Drive
  48. A:. Actually, some experimenting around reveals that after the
  49. statement F:2, which defines a quad density 80 track, the rest of
  50. the statement can be left out, it will default to 9 sectors per
  51. track and 80 tracks. Drive B: is now my junk 5.25 floppy.
  52.  
  53.      You may can guess what happened next. Changing the D:0 to
  54. D:1 causes the thing to want to format 5.25 disks in 80 track
  55. quad-density mode on my B: drive. I observe that the format
  56. appears to be the only place where this information is used, as
  57. after a format, MSDOS is smart enough to look in the Boot Record
  58. and extract the Media Descriptor byte, which I see used to read
  59. the disk. I make this judgement based on the fact that no
  60. information need be provided in CONFIG.SYS in order for the disks
  61. to be read correctly. When the format started, on B:, I observed
  62. a rather different sound to the track steps, a short, clicking
  63. sound I had never heard before. 
  64.  
  65.          You can imagine my surprise when, after the format
  66. program got to head 1, cylinder 40 it kept right on formatting,
  67. all the way to 80 tracks, transferred a system, and asked if I
  68. wanted to do it again!!! I guessed that this was a not-for-real
  69. condition, wherein FORMAT "thought" it had done as told, but in
  70. fact, had created a mess over on the 5.25 drive. However, I here
  71. "capture" a CHKDSK report from drive B: 
  72.  
  73. Sun 10-11-1987                          
  74.  9:36:27.46                             
  75. B:\>chkdsk                              
  76.                                         
  77.    730112 bytes total disk space        
  78.     45056 bytes in 2 hidden files       
  79.     24576 bytes in 1 user files         
  80.    660480 bytes available on disk       
  81.  
  82.      The 24576 is, of course, 3.2 COMMAND.COM. I attempted to
  83. transfer information to the disk, delete some files, copy some
  84. more files, add some files of known length, run some software,
  85. type some text files, etc. All normal. After having thoroughly
  86. trashed up the thing, I ran the public domain SST on it, a real
  87. "meanie" on the disk, that sorts the sectors back into contiguous
  88. files. It reported that it was working on a quad-density disk,
  89. sorted and re-wrote FATS and directories, and ended normally.
  90. After that, I ran CHKDSK/V and the report was normal.  
  91.  
  92.      I next completely removed CONFIG.SYS, rebooted, and found
  93. the disk quite readable. I tried this on a total of 9 disks, and
  94. observed that the media is not at all critical. I had some really
  95. old, abused disks and the format worked just fine on all but one.
  96. All reported 730K, and indeed held files to that capacity, except
  97. one, which locked out some bad sectors. I have been through these
  98. disks with Michael Hymans fine EXPLORER. That utility reports
  99. them out as quad-density, reads the sectors, directories, etc.
  100. all normal and as would be expected. I cannot say, now, anything
  101. about the integrity over time on these, as the experience is new.
  102. I am NOT about to use this trick to back-up my ST-225, though the
  103. temptation is there. After some time, and experience, maybe.
  104. Also, without changing cables, I can't observe whether it could
  105. boot from this disk. The 3.5 extends so close to the power supply
  106. cage I can't get that cable off without removing the drive from
  107. the system, more trouble than I have interest in. 
  108.  
  109.      I just can't understand how this can happen. The track
  110. stepping is under control of the floppy chip, and the drives
  111. electronics, and mechanicals, I always thought. But, in this one
  112. particular case, something else I don't understand is involved. I
  113. have no "buddy" with a quad system in order to try reading my
  114. disks on his drives, I don't know what that might reveal. 
  115.  
  116.      I suggest that if this is of interest, and you have 3.2 DOS,
  117. it might be tried and the results noted. I certainly would be
  118. interested, reply to CompuServe 70270,117. 
  119.